JAMS Developer Guide
CommandText Property (OracleQueryScalar<TResult>)


MVPSI.JAMS.Activities.Oracle Namespace > OracleQueryScalar<TResult> Class : CommandText Property
The Script to be executed.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DescriptionAttribute("The Script to be executed.")>
Public Property CommandText As System.String
'Usage
 
Dim instance As OracleQueryScalar(Of TResult)
Dim value As System.String
 
instance.CommandText = value
 
value = instance.CommandText
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Description("The Script to be executed.")]
public System.string CommandText {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OracleQueryScalar<TResult> Class
OracleQueryScalar<TResult> Members